提交

Mcp Image Server

@Ricardo Pereira

A TypeScript-based MCP server for generating custom images and icons using AI (GPT Image 1). It supports output formats including .png, .svg, .ico, and others. Designed for seamless integration with Vibe Coding, enabling on-demand visual asset creation for your projects.
概览

no content

服务器配置

{
  "mcpServers": {
    "mcp-image-server": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@ricardopera/mcp-image-server@latest"
      ],
      "env": {
        "OPENAI_API_KEY": "YOUR_OPENAI_API_KEY_HERE"
      }
    }
  }
}
© 2025 MCP.so. All rights reserved.

Build with ShipAny.

- MCP Server